home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / home20dm.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-09-22  |  2KB  |  58 lines

  1. @echo off
  2. rem                **WARNING**
  3. rem Do NOT modify this file.  If you do your program will not work correctly!!!
  4. echo This INSTALL.BAT file will install all the files required to run the
  5. echo HOMEWORK v2.0 program to the following default directories:
  6. echo
  7. echo c:\pcb\ppe\homework
  8. echo c:\pcb\ppe\homework\teachers
  9. echo c:\pcb\ppe\homework\intros
  10. echo c:\pcb\ppe\homework\attach
  11. mkdir c:\pcb
  12. mkdir c:\pcb\ppe
  13. mkdir c:\pcb\ppe\homework
  14. copy home20dm.ppe c:\pcb\ppe\homework
  15. copy homework.cfg c:\pcb\ppe\homework
  16. copy teachers.cfg c:\pcb\ppe\homework
  17. copy error.log c:\pcb\ppe\homework
  18. copy activity.log c:\pcb\ppe\homework
  19. copy help.ppe c:\pcb\ppe\homework
  20. copy intro c:\pcb\ppe\homework
  21. copy read.me c:\pcb\ppe\homework
  22. copy order.txt c:\pcb\ppe\homework
  23. copy suggest.txt c:\pcb\ppe\homework
  24. copy whatsnew.txt c:\pcb\ppe\homework
  25.  
  26. mkdir c:\pcb\ppe\homework\teachers
  27. copy denem c:\pcb\ppe\homework\teachers
  28. copy sernman c:\pcb\ppe\homework\teachers
  29. copy exlen c:\pcb\ppe\homework\teachers
  30. copy tanner c:\pcb\ppe\homework\teachers
  31. copy fires c:\pcb\ppe\homework\teachers
  32. copy white c:\pcb\ppe\homework\teachers
  33. copy casioni c:\pcb\ppe\homework\teachers
  34. copy genmer c:\pcb\ppe\homework\teachers
  35. copy crans c:\pcb\ppe\homework\teachers
  36. copy panal c:\pcb\ppe\homework\teachers
  37.  
  38. mkdir c:\pcb\ppe\homework\intros
  39. copy denem1 c:\pcb\ppe\homework\intros\denem
  40. copy sernman1 c:\pcb\ppe\homework\intros\sernman
  41. copy exlen1 c:\pcb\ppe\homework\intros\exlen
  42. copy tanner1 c:\pcb\ppe\homework\intros\tanner
  43. copy fires1 c:\pcb\ppe\homework\intros\fires
  44. copy white1 c:\pcb\ppe\homework\intros\white
  45. copy casioni1 c:\pcb\ppe\homework\intros\casioni
  46. copy genmer1 c:\pcb\ppe\homework\intros\genmer
  47. copy crans1 c:\pcb\ppe\homework\intros\crans
  48. copy panal1 c:\pcb\ppe\homework\intros\panal
  49.  
  50. mkdir c:\pcb\ppe\homework\attach
  51. copy exlen.txt c:\pcb\ppe\homework\attach\exlen.txt
  52. copy tanner.txt c:\pcb\ppe\homework\attach\tanner.txt
  53. copy white.txt c:\pcb\ppe\homework\attach\white.txt
  54.  
  55. echo Install complete!
  56. echo Type "node1" to start up your BBS software.
  57. echo Please think about registering this program.
  58.